home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / a_utils / perl / perl5a1.lha / perl5alpha1 / Todo < prev    next >
Encoding:
Text File  |  1993-07-31  |  890 b   |  29 lines

  1. Reoptimize index & rindex (was done in perly.y).
  2. rcatmaybe
  3. fix ${foo[bar]} by make } skip junk
  4. nsubst et al turn off gimme == ARRAY
  5. delete *= 5 from hash function?
  6. Fix typo on solitary &func
  7. Optimize $a . $b . $c to use one temp
  8. Set KEEP on constant split
  9. make tr/// return histogram in list context.
  10. Should m//g attach state to searchee instead of itself?
  11. Optimize s/foo/$bar/.
  12. When does split() go to @_?
  13. Optimize context on "if (wantarray)"
  14. What about return LIST in a scalar context?
  15. Optimize chop $foo to OP_SCHOP.
  16. Optimize OPpASSIGN_COMMON.
  17. Optimize foreach on array.
  18. Optimize postincrement to preincrement.
  19. Do anything with "hint"?
  20. Macroize pad_sv()
  21. fix truncate(FH,num)
  22. Execute all BEGINs and ENDs.
  23. Make a good way to determine if *.pl is being executed directly.
  24. Make specialized allocators.
  25. Optimize constant lists.
  26. unpack("%32B*") to count bits.
  27. undef wantarray in void context
  28.  
  29.